Skip to content

fixed modernize-use-equals-delete warnings in headers#4177

Merged
danmar merged 1 commit intocppcheck-opensource:mainfrom
firewave:tidy-delete
Jun 7, 2022
Merged

fixed modernize-use-equals-delete warnings in headers#4177
danmar merged 1 commit intocppcheck-opensource:mainfrom
firewave:tidy-delete

Conversation

@firewave
Copy link
Copy Markdown
Collaborator

@firewave firewave commented Jun 7, 2022

This was not fixed in #4173 since the headers are still not included in the analysis (see #4100). They were also missed in #4175 since the checks wasn't enable then.

The fixed based on the check are using = delete and making the deleted members public so they are actually being applied. I also corrected some operator= signatures while at it.

I am not sure if we have checks related to any of this so I have not filed any ticket (yet).

@danmar danmar merged commit 9367be8 into cppcheck-opensource:main Jun 7, 2022
@danmar
Copy link
Copy Markdown
Collaborator

danmar commented Jun 7, 2022

I am not sure if we have checks related to any of this so I have not filed any ticket (yet).

As far as I know we have no check.

@firewave firewave deleted the tidy-delete branch June 7, 2022 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants